home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / Panasonic- / funcity / paris / COUT.dcr / 00015_±ƒ€ŸŸÃ.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  216 b   |  13 lines

  1. on mouseDown
  2.   modechange()
  3. end
  4.  
  5. on exitFrame
  6.   if the visible of sprite 39 = 1 then
  7.     if the timer > 16 then
  8.       set the visible of sprite 38 to 1
  9.       set the visible of sprite 39 to 0
  10.     end if
  11.   end if
  12. end
  13.